home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / clbkv372.zip / 4.SWI < prev    next >
Text File  |  1994-02-14  |  4KB  |  104 lines

  1. ;                       SWI file for MYCALBK Version 3.xx
  2. ;       Any line with a ; are considered comments
  3. ;       All switches MUST be on a line by themselves with NO ; on the line!
  4. ;       Removal of all ; lines will speed up loading process
  5. ;       Any blank line MUST be a ;!
  6. ;       Here we go!
  7. ;       ==========================================================
  8. ;       Use this switch for extended logging in your .LOG file.
  9. ;       once you have the system up and running, you will probably
  10. ;       want to comment this out to save some HD space in your .LOG
  11. ;       file.
  12. ;DEBUG
  13. ;      Use one of these (not both!) to force the use or non use of your
  14. ;      FOSSIL driver.
  15. ;      This is more a lessa kludge, but some folks requested it, so...
  16. ;      Not needed if your RBBS is passing the FOSSIL info correctly!
  17. ;FOSSIL=OFF
  18. ;FOSSIL=ON
  19. ;       This is used in case MYCALBK just DOESN'T seem to want
  20. ;       to talk to your modem!  Use ONLY if you are NOT using a FOSSIL!
  21. ;USE_ALTERNATE_PORT_PARMS
  22. ;       Use this if MYCALBK seems to have trouble dialing out during a
  23. ;       busy time of day
  24. BUSY
  25. ;       Number of retries to re-dial on NO CARRIER or BUSY for a
  26. ;       LOCAL call!
  27. LOCAL_RETRIES=7
  28. ;       Number of retries to re-dial on NO CARRIER or BUSY
  29. ;       on a LONG DISTANCE call!
  30. LONG_DISTANCE_RETRIES=3
  31. ;       This is more or less a command line switch but it's here anyway!
  32. ;       If you this, MYCALBK does NOT check for carrier!
  33. ;LOCAL
  34. ;       When it has been determined that this user is calling from a
  35. ;       duplicate number, use this to just hang up on them!
  36. DUMP
  37. ;       If you do not need to dial a 1 in your areacode, use this!
  38. ;NO-1
  39. ;       I know, I know, but some folks still have pulse dialing in thier
  40. ;       area!
  41. ;PULSE
  42. ;       This is if you are REALLY in a wierd phone area and you HAVE to
  43. ;       dial your areacode to dial Long Distance
  44. ;NEED-AC
  45. ;       Sets how long between calls MYCALBK will re-dial
  46. ;       Set this to 1 or 2 and use the BUSY switch on a busy system!
  47. REDIALTIME=5
  48. ;       Used if you want to call back with your calling card
  49. ;       Replace the #'s with your card number.
  50. ;PREFIX=###-#######-###
  51. ;       Same as above but allows it at the end of the number
  52. ;SUFFIX=###-#######
  53. ;       Number of seconds to wait after hanging up on caller to start
  54. ;       dialing back
  55. WAIT=7
  56. ;       Sometimes HST's are REAL stubborn!
  57. ;HST
  58. ;       If you want to print out what happens during a callback session.
  59. ;       Can be network printer, doesn't matter!
  60. ;LPT=
  61. ;       If you are running COM3 on IRQ 5 or any other intterrupt OTHER
  62. ;       than "the standard" COM1,COM3 COM2,COM4 setup, put the IRQ here!
  63. ;IRQ=3
  64. ;       The following switches are so you can control passage or
  65. ;       failures depending on the situation.
  66. ;
  67. ;       -1 means failed to verify.
  68. ;        0 means ignore.
  69. ;        1 means pass verification.
  70. ;
  71. ;       If you are not calling thier areacode, consider it failed.
  72. Bad.Ac=-1
  73. ;       The number they entered was already verified.
  74. Verified.Number=-1
  75. ;       Didn't answer the phone.
  76. No.Answer=-1
  77. ;       They dropped carrier.
  78. Hang.Up=-1
  79. ;       They aborted the callback.
  80. Aborted=-1
  81. ;       Not the specified time to call them back long distance.
  82. Not.Time=-1
  83. ;       They entered 911, 976, 900 or 555!
  84. Entered.911=-1
  85. ;       How long they can sit without pressing a key in seconds
  86. Inactivity.Timeout=120
  87. ;       If they fall asleep, pass or fail (Default = Fail)
  88. Fell.Asleep=-1
  89. ;
  90. ; Please refer to the DOCS for your BBS type!
  91. ;
  92. BBS.Type=1
  93. ;
  94. ;User.Info.Path=c:\rbbs\node4\
  95. ;
  96. ;Pass.Name=Verified
  97. ;
  98. ;LD.Pass.Name=LDVerified
  99. ;
  100. ;Fail.Name=unverified
  101. ;
  102. ;LD.Fail.Name=LDUnVerified
  103. ;
  104.